Version

SingleCellBaseCollection<T> Class Members

The following tables list the members exposed by SingleCellBaseCollection<T>.

Public Constructors
 NameDescription
Public ConstructorSingleCellBaseCollection<T> ConstructorInitializes a new instance of the SingleCellCollectionBase class.  
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public PropertyItemOverloaded. Returns the Infragistics.Controls.Grids.CellBase for the corresponding Infragistics.Controls.Grids.ColumnBase. (Inherited from Infragistics.Controls.Grids.Primitives.CellBaseCollection)
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected PropertyRowGets the Row this collection represents. (Inherited from Infragistics.Controls.Grids.Primitives.CellBaseCollection)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public MethodIndexOfOverridden. Gets the index of the specified Infragistics.Controls.Grids.CellBase.  
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected Methods
 NameDescription
Protected MethodAddItem (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodGetCountOverridden. Returns the total number of Infragistics.Controls.Grids.CellBases in the CellBaseCollection  
Protected MethodGetItemOverridden. Returns the Infragistics.Controls.Grids.CellBase item at the index given.  
Protected MethodInsertItem (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodRemoveItem (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodResetItems (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<CellBase>)
See Also